func encoding/binary.dataSize
11 uses
encoding/binary (current package)
binary.go#L277: size = dataSize(v)
binary.go#L279: size = dataSize(v)
binary.go#L314: size = dataSize(v)
binary.go#L316: size = dataSize(v)
binary.go#L424: size := dataSize(v)
binary.go#L453: size := dataSize(v)
binary.go#L480: size := dataSize(v)
binary.go#L689: return dataSize(reflect.Indirect(reflect.ValueOf(v)))
binary.go#L698: func dataSize(v reflect.Value) int {
binary.go#L978: d.offset += dataSize(v)
binary.go#L982: n := dataSize(v)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |